The samples below reflect a GetDeliveryHistory request and response.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2"> <soap:Header/> <soap:Body> <v2:GetDeliveryHistory> <!--Optional:--> <v2:transactionIdentifier>336962</v2:transactionIdentifier> </v2:GetDeliveryHistory> </soap:Body> </soap:Envelope>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <s:Header> <a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/GetDeliveryHistoryResponse</a:Action> <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <u:Timestamp u:Id="_0"> <u:Created>2016-06-15T12:43:17.145Z</u:Created> <u:Expires>2016-06-15T12:48:17.145Z</u:Expires> </u:Timestamp> </o:Security> </s:Header> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <GetDeliveryHistoryResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2"> <GetDeliveryHistoryResult> <Updates xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"> <UpdateType>Processing</UpdateType> <Description>Processing</Description> <TimeStamp>2016-06-15T07:00:00.597-05:00</TimeStamp> </Updates> <Updates xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"> <UpdateType>Mailed</UpdateType> <Description>Mailed</Description> <TimeStamp>2016-06-15T07:05:01.237-05:00</TimeStamp> </Updates> <Updates xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"> <UpdateType>Created</UpdateType> <Description/> <TimeStamp>2016-06-15T06:55:06.867</TimeStamp> </Updates> </GetDeliveryHistoryResult> </GetDeliveryHistoryResponse> </s:Body> </s:Envelope>